Group Axioms

Group Axioms

Introduction

A group is an ordered pair (G,), where G is a non-empty set and is a binary operation on G, satisfying the following four axioms.

The Four Group Axioms

1. Closure

For all a,bG, the result of the operation, ab, is also in G.

2. Associativity

For all a,b,cG, the equation (ab)c=a(bc) holds.

3. Identity Element

There exists a unique element eG, called the identity element, such that for every element aG, the equation ea=ae=a holds.

4. Inverse Element

For each element aG, there exists an element bG, denoted a1, called the inverse of a, such that aa1=a1a=e.

Additional Properties

Commutativity

If the group operation is also commutative (i.e., ab=ba for all a,bG), the group is called an abelian group or a commutative group.

Order

Motivation: Symmetry

The group axioms are not an arbitrary collection of rules; rather, they are a precise formalization of the essential properties common to all systems of symmetry transformations.

Consider the set of symmetries of a geometric object:

Thus, the set of symmetries of any object forms a group, known as its symmetry group. This insight frames group theory as the abstract study of symmetry itself.

Examples

Example 1: The Integers under Addition

(Z,+) is a group:

Example 2: The Non-zero Rationals under Multiplication

(Q,) is a group:

Example 3: The Symmetric Group S3

The group of permutations of three elements:

Basic Properties

Uniqueness of Identity

The identity element in a group is unique.

Uniqueness of Inverses

For each element aG, the inverse a1 is unique.

Cancellation Laws

In a group, if ab=ac, then b=c (left cancellation), and if ba=ca, then b=c (right cancellation).

Inverse of a Product

For any elements a,bG, we have (ab)1=b1a1.